#1062 Fix core dump when merging tracks with disparate IGC extensions (#1063)
authorPacketFiend <kenneth@voort.ca>
Wed, 12 Apr 2023 12:51:32 +0000 (08:51 -0400)
committerGitHub <noreply@github.com>
Wed, 12 Apr 2023 12:51:32 +0000 (06:51 -0600)
commit89ea4f250eb3d629067ae30d4c8d1e8d8b9bc801
tree864f876a4f01c960fe2c1275b15b64c77c1e6490
parentcad16e14c34f3ee16fde021aa4df82b2461f5bff
#1062 Fix core dump when merging tracks with disparate IGC extensions (#1063)

* #1062 Fix core dump when merging tracks with disparate IGC extensions

* Reduce `value` variable scope when writing SimpleArrays

* Debug oopsie bugfix, fix core dump when merging IGC files with no extensions

* Collapse redundant if statement

* Fix brain fart

* Eliminate igc_fsdata::has_value()
kml.cc